home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / emacs / src / s-sco3-2-1.h < prev    next >
C/C++ Source or Header  |  1992-10-29  |  493b  |  18 lines

  1. /* Support SCO V 3.2.1 (also called Open Desk Top 1.0) */
  2. /* For this to work,
  3.    you must also comment out the include of termios.h in sysdep.c.
  4.    Also, in time.el, change
  5.       (let ((process-connection-type nil))
  6.    to....
  7.       (let ((process-connection-type t))  */
  8.  
  9. #include "s-sco3-2-2.h"       
  10.  
  11. #undef SIGTSTP     /* make suspend-emacs spawn a sub-shell */
  12.  
  13. #ifdef HAVE_X11
  14. #define bzero(a,s)   memset(a,0,s) 
  15. #define bcmp         memcmp
  16. #define bcopy(a,b,s) memcpy(b,a,s)
  17. #endif /* HAVE_X11 */
  18.